'Declaration
Public Overloads Sub CopyTo( _ ByVal array() As C1CheckListItem, _ ByVal arrayIndex As Integer _ )
public void CopyTo( C1CheckListItem[] array, int arrayIndex )
Parameters
- array
- The target array.
- arrayIndex
- Start index of the array.
'Declaration
Public Overloads Sub CopyTo( _ ByVal array() As C1CheckListItem, _ ByVal arrayIndex As Integer _ )
public void CopyTo( C1CheckListItem[] array, int arrayIndex )